home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1089 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1009 b 

  1. Path: ie.u-ryukyu.ac.jp!news!usenet
  2. From: <fangming@tec.u-ryukyu.ac.jp>
  3. Newsgroups: comp.lang.c++
  4. Subject: Why failure in refering to myown header?
  5. Date: 8 Jan 1996 12:48:18 GMT
  6. Organization: university of ryukyus
  7. Message-ID: <4cr3qi$j90@news.cc.u-ryukyu.ac.jp>
  8. NNTP-Posting-Host: 133.13.65.107
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=iso-2022-jp
  11. Content-Transfer-Encoding: 8bit
  12. X-Mailer: Mozilla 1.1N (Macintosh; I; PPC)
  13. X-URL: news://news.cc.u-ryukyu.ac.jp/comp.lang.c++
  14.  
  15. Hi, everyone.
  16.  
  17. I use the Symantec C++ in Macintosh.
  18.  
  19. I made a header file, graph.h by pre-compile a textfile, graph.c, then I 
  20. put it in my project folder.  I included graph.h in another textfile, 
  21. mywindow.c, but failed to compile it.  The error message said as 
  22. following as
  23.  
  24. File (IR(Jwavemake.c(IS(J; Line 12
  25. Error:   Inclusion of any precompiled header must be the first non-
  26. blank, they cannot be used when precompiling
  27.  
  28. I don't know what is wrong with it.  
  29.  
  30. Can anyone who know it let me know please.
  31.  
  32. ming
  33.  
  34.  
  35.  
  36.  
  37.